#navItem{
	font-size: 20px;
}
h2 {
	font-size: 45px;
}
.lead {
	font-family: 'Merriweather', serif;
	font-size: 23px;
}
html, body {
	height: 100%;
}
.map {
	width: 450px;
	height: 400px;
}
.bottomDiv {
	padding-bottom: 30px;
}
.backButton {
	border: none;
	background: none;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	padding-left: 60px;
}

footer { 
	position: relative;
    width: 100%; 
    height: 110px;
	bottom: 0;
}
/*List Styles*/
#cityIcon {
	padding-left: 5px;
	width: 25px;
	height: 25px;
}
#cityCard {
	border: none;
	box-shadow: none;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	margin-left: 170px;
}
.cityUnorderedList {
	list-style-image: url("../images/plus-empty.png");
	text-align: left;
	margin-left: 50px;
}
.bordeauxUnorderedList {
	list-style-image: url("../images/plus-empty.png");
	text-align: left;
	width: 250px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -10px;
}
.unorderedList {
	padding-left: 1em;
	text-indent: -1em;
}
.unorderedListAnchor{
    color: black;
}
.unorderedListAnchor:hover{
    transition: 0.3s;
    color: red;
}
.unorderedListItem:before {
  	padding-right: 5px;
}
.cityName {
	font-size: 22px;
	color: black;
}
.cityName:hover{
    transition: 0.3s;
    color: red;
}
.card-header{
	background-color: white;
	border: none;
}
.card {
	margin-left: 20px;
}
/*Carousel Styles*/
#carouselSection {
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	width: 100%;
}
#catalogueCarousel {
	margin: auto;
	border: 3px solid;
	border-color: black;
	width: 100%;
}
.carousel-item img {
	height: 500px; !important
	overflow: hidden;
	opacity: 0.9;   
	opacity: 0.8;    	
}
.countryCaption h2 {
	color: red;
	font-family: 'Merriweather', serif;
	font-size: 50px;
	opacity: 1; !important
}
.countryCaption p{
	color: floralwhite;
	font-weight: bold;
	font-family: 'Merriweather', serif;
	font-size: 30px;
	opacity: 1; !important
}

@media only screen and (max-width: 1700px){
	.titleContainer {
		background-color: #343A40;
		padding-left: 10px;
		padding-top: 60px;
	}
}
